From 19510947d4e28d5b952431940bf010365f1aeb13 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 25 Feb 2025 09:19:38 +0800 Subject: [PATCH] Boost BASE_PURESIZE to fix build on certain archs --- src/puresize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puresize.h b/src/puresize.h index f2576666a66..1dc2bb1585a 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -47,7 +47,7 @@ INLINE_HEADER_BEGIN #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (3400000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (5500000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ -- 2.30.2